object FrmImportExport: TFrmImportExport Left = 338 Top = 280 BorderStyle = bsDialog Caption = 'Import and Export Settings' ClientHeight = 208 ClientWidth = 457 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Shape1: TShape Left = 0 Top = 0 Width = 457 Height = 46 Align = alTop Pen.Color = clWhite end object Label1: TLabel Left = 11 Top = 8 Width = 435 Height = 26 AutoSize = False Caption = 'You can use this tool to export the current set of settings or i' + 'mport a saved set and apply to the current environment' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False Transparent = True WordWrap = True end object Label2: TLabel Left = 42 Top = 77 Width = 401 Height = 33 AutoSize = False Caption = 'Settings will be saved out to a file so they can later be import' + 'ed at any time on any machine.' WordWrap = True end object Label3: TLabel Left = 43 Top = 141 Width = 337 Height = 20 AutoSize = False Caption = 'Import settings from a file to apply them to the current environ' + 'ment.' WordWrap = True end object RadioExport: TRadioButton Left = 24 Top = 56 Width = 233 Height = 17 Caption = 'Export current environment settings' Checked = True Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False TabOrder = 0 TabStop = True OnDblClick = RadioExportDblClick end object RadioImport: TRadioButton Left = 24 Top = 120 Width = 289 Height = 17 Caption = 'Import saved environment settings from a file' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnDblClick = RadioExportDblClick end object Button1: TButton Left = 299 Top = 172 Width = 70 Height = 23 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 375 Top = 172 Width = 70 Height = 23 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 3 end object DlgOpen: TCSOpenDialog DefaultExt = 'settings' Filter = 'Twistpad Settings File|*.settings|All Files|*.*' Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing] Title = 'Import Settings' AutoExtention = True RegKey = '\Software\Carthago\Twistpad' RegRootKey = hkCurrentUser RegSection = 'FolderHistory' Left = 19 Top = 169 end object DlgSave: TCSSaveDialog DefaultExt = 'settings' Filter = 'Twistpad Settings File|*.settings|All Files|*.*' Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing] Title = 'Export Settings' AutoExtention = True RegKey = '\Software\Carthago\Twistpad' RegRootKey = hkCurrentUser RegSection = 'FolderHistory' Left = 47 Top = 169 end end